home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970929-19971216 / 000317_news@newsmaster….columbia.edu _Mon Nov 24 14:55:45 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id OAA07611
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 24 Nov 1997 14:55:44 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id OAA17262
  7.     for kermit.misc@watsun; Mon, 24 Nov 1997 14:55:44 -0500 (EST)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!jaltman
  9. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Invalid Handle message in K95 script
  12. Followup-To: poster
  13. Date: 24 Nov 1997 19:55:43 GMT
  14. Organization: Columbia University
  15. Lines: 52
  16. Message-ID: <65cm3v$mjt$1@apakabar.cc.columbia.edu>
  17. References: <65cjmr$e7k$1@gte2.gte.net>
  18. Reply-To: kermit-support@columbia.edu
  19. NNTP-Posting-Host: watsun.cc.columbia.edu
  20. Xref: news.columbia.edu comp.protocols.kermit.misc:8106
  21.  
  22. In article <65cjmr$e7k$1@gte2.gte.net>,
  23. Bob Mergner <rmergner@hworks.com> wrote:
  24. : I have a script that I am using to upload files to a host using K95.
  25. : A part of he scipt looks like this:
  26. : open !read dir/b *.orders
  27. : while success {
  28. : read \%s
  29. : if fail GOTO pickup
  30. : pause 2
  31. : send \%s
  32. : if fail GOTO START
  33. : close write
  34. : open write copyit.bat
  35. : write-line FILE {copy \%s c:\\labname\\orders\\sent}
  36. : write-line FILE {Del \%s}
  37. : write-line FILE {Exit}
  38. : close write
  39. : run copyit.bat
  40. : }
  41. : :pickup
  42. : echo Moving orders to inbound...
  43. : remote host copy *.orders inbound:*.ord
  44. : if fail GOTO START
  45. : echo Cleaning up moved orders...
  46. : remote host delete *.orders;*
  47. : The problem is that if I move the two lines under :pickup that do the
  48. : remote delete and put them up in the loop after the send \%s, K95
  49. : gives me about 5 'invalid handles' errors and does not process my
  50. : commands properly.  Does anybody know why that would be?  I have tried
  51. : putting a pause in after the send and the first remote host command,
  52. : but this doesn't help.  Any help would be most appreciated.
  53. :     -Bob Mergner
  54. :     Interface Software Engineer
  55. :     Healthworks Alliance Inc.
  56.  
  57. This would obviously be a bug.
  58.  
  59. what version of K95 are you using?
  60.  
  61. If it is not version 1.1.15, patches are available from 
  62.    http://www.columbia.edu/kermit/k95patch.html
  63.  
  64. If you can reproduce the problem with the latest release then 
  65. please send a bug report to kermit-support@columbia.edu.
  66.  
  67.     Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
  68.                  The Kermit Project * Columbia University
  69.        612 West 115th St #716 * New York, NY * 10025 * (212) 854-1344
  70.     http://www.columbia.edu/kermit/k95.html * kermit-support@columbia.edu